home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 32
/
Amiga Format AFCD32 (Nov 1998, Issue 117).iso
/
-seriously_amiga-
/
programming
/
other
/
classfree
/
cfbuttonclass
/
readme.doc
< prev
Wrap
Text File
|
1998-08-10
|
1KB
|
69 lines
--------------------------------------
CFbutton.gadget
A usefull button gadget.
--------------------------------------
Description:
------------
The button gadgets already in intuition leaves a
lot to be desired. Thus this small button gadget
attempts to correct that by offering automatic
filling, 3D-edges and a fairly complex layout engine.
Usage:
------
You can easily get simple buttons just by providing
a text argument to GA_Text and setting the positioning
attributes GA_Left, GA_Top, GA_Width and GA_Height.
However this gadget contains a special layout engine
that makes it possible to display images along with the
text to make f.x. browser navigation buttons quite
easily.
Requirements:
-------------
- AmigaOS 3.x
- CFtext.image must be installed.
History:
--------
V0.50 (24-May-1998)
First working version.
V0.55 (30-May-1998) (Release 0a)
Added text positioning attributes.
V0.60 (02-Jul-1998)
Added GA_Image, GA_Border and GA_Highlight
attribute.
Changed drawing routines to use a frameiclass
image for border and filling. Simpler and
nicer rendering with less code.
V0.65 (06-Jul-1998)
Changed GM_HANDLEINPUT and GM_GOINACTIVE to
send OM_NOTIFY messages to itself (se docs).
V0.70 (19-Jul-1998) (Release 0b)
Final alpha!
Changed layout routines.
Used inline library calls (smaller and faster).